home *** CD-ROM | disk | FTP | other *** search
- # Define a service class that just runs an nntpxmit to each host
- # every hour. Don't run nntpxmit if the load goes over 8.
-
- class normal maxxmits=1 interval=3600 maxload=8
-
- # Define the default news transmitter
- xmit DEFAULT /usr/local/lib/news/nntpxmit nntpxmit %h:%w
-
- # Check the list of hosts every 10 minutes to see if we can send news to
- # someone yet.
- queueinterval 600
-
- # In all of the following options, %s is replaced by the host name of the
- # system being sent to.
-
- # File news places articles paths/ids in
- batchfile /usr/spool/batch/%s
-
- # File a news transmitter wants articles paths/ids in
- workfile /usr/spool/batch/%s.work
-
- # Hosts to send news to. Each line is of the format:
- # CLASS VALID START
- # host HOSTNAME NAME TIMES
-
- host dorothy normal Any
- host toto normal Any
- host wizard normal Any
- host witch normal Any
- host tinman normal Any
- host lion normal Any
-